export interface StyledDismissibleBoxProps { /** Flag to control whether the thicker left border highlight should be rendered */ hasBorderLeftHighlight?: boolean; /** Set the base color variant */ variant?: "light" | "dark"; } declare const StyledDismissibleBox: import("styled-components").StyledComponent>, any, StyledDismissibleBoxProps, never>; export { StyledDismissibleBox };