import { ButtonProps } from './types'; import { StyledComponentWithProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Button: StyledComponentWithProps; //# sourceMappingURL=index.d.ts.map