export type StyledProps = { /** * The ColumnLabels of the SpreadSheet. */ columnLabels?: string[]; } & any; declare const StyledComponent: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; export default StyledComponent; //# sourceMappingURL=Styled.d.ts.map