interface ButtonProps { isBreadcrumb?: boolean; } export declare const Button: import("styled-components").StyledComponent<"button", any, ButtonProps, never>; export {};