/// import { Look } from './styled'; export declare const Button: { (props: import("./component").Props): JSX.Element; displayName: string; defaultProps: import("./component").Props; } & { Look: typeof Look; };