interface SideLinkLabelProps { show: boolean; } export declare const StyledSideLinkLabel: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & SideLinkLabelProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; interface StyledSideLinkItemProps { isActive: boolean; } export declare const StyledSideLinkIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & StyledSideLinkItemProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledSidelinkContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & StyledSideLinkItemProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export {};