import React from 'react';
import { Attach } from '@yandex-lego/components/Attach/desktop/bundle';
export var Theme = function () { return (React.createElement(Attach, { hasHolder: true, holderText: "no file chosen", size: "m", theme: "normal" }, "Select file")); };