import * as css from './styles/SquareButton.css'; export type { ISquareButton } from './types'; export declare const SquareButton: import('react').FC & { css: typeof css; }; //# sourceMappingURL=index.d.ts.map