export interface Props { selected?: boolean; height?: "compact" | "normal"; } export declare const ButtonItem: import("styled-components").StyledComponent<"button", any, Props, never>;